home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!usenet
- From: Jeff Grossman <grossman@teleport.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Quickwin not in VC++ 4.0?
- Date: 7 Feb 1996 04:37:37 GMT
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Message-ID: <4f9aah$aop@maureen.teleport.com>
- References: <DMB8EM.B6I@cdf.toronto.edu>
- NNTP-Posting-Host: ip-pdx11-16.teleport.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- g2yantc@cdf.toronto.edu (Wilfred) wrote:
- >Hi I am new to VC++ 32 bits. In VC++ 1.5 they have Quickwin but not in
- >4.0?? So If my applications uses a lots of 'cout' I shouldn't be using
- >4.0 then? I really like the Quickwin under 1.5 because any dos base
- >character output canbe redirect to windows mode.
-
- Actually, its very simple:
-
- 1) in the AppWiz, just create a "Console App"
-
- 2) create a .cpp with a Main proc
-
- 3) include stdio.h or iostream.h
-
- 4) build and run
-
- Curiously enough, you have to do nothing special to create a console
- app, and you have acces to any Win32 API.
-
- We are debugging a complex multi-thread NT service as a console app
- using just this technique.
-
- Have fun.
-
- Jeff
-
-
-